services.akkoma.config.":pleroma"."Pleroma.Web.Endpoint".live_view.signing_salt
NixOS option
LiveView signing salt. The attribute _secret should point to a file containing the secret. This salt can be generated as follows: $ tr -dc 'A-Za-z0-9-._~' </dev/urandom | head -c 8
type: secret valueDefault
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →{
_secret = "/var/lib/secrets/akkoma/liveview-salt";
}